fix(deps): bump github.com/posthog/posthog-go from 1.13.2 to 1.14.0 in /apps/cli-go in the go-minor group across 1 directory#5537
Conversation
Bumps the go-minor group with 1 update in the /apps/cli-go directory: [github.com/posthog/posthog-go](https://github.com/posthog/posthog-go). Updates `github.com/posthog/posthog-go` from 1.13.2 to 1.14.0 - [Release notes](https://github.com/posthog/posthog-go/releases) - [Changelog](https://github.com/PostHog/posthog-go/blob/main/CHANGELOG.md) - [Commits](PostHog/posthog-go@v1.13.2...v1.14.0) --- updated-dependencies: - dependency-name: github.com/posthog/posthog-go dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 73d6c958d1
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| github.com/oapi-codegen/nullable v1.1.0 | ||
| github.com/olekukonko/tablewriter v1.1.4 | ||
| github.com/posthog/posthog-go v1.13.2 | ||
| github.com/posthog/posthog-go v1.14.0 |
There was a problem hiding this comment.
Set IsServer false when bumping posthog-go
With this bump, posthog.Config.IsServer defaults to true when left nil, and the upstream docs call out that CLI/client usage must set posthog.Ptr(false) so $is_server is omitted and device OS is attributed normally. internal/telemetry/NewClient still builds posthog.Config{} and only fills Endpoint/Transport, so every CLI capture/identify/alias/group-identify event emitted after this dependency update will be tagged as server-side; please set IsServer to false in the config before taking v1.14.0.
Useful? React with 👍 / 👎.
Supabase CLI previewnpx --yes https://pkg.pr.new/supabase@5537Preview package for commit |
Bumps the go-minor group with 1 update in the /apps/cli-go directory: github.com/posthog/posthog-go.
Updates
github.com/posthog/posthog-gofrom 1.13.2 to 1.14.0Release notes
Sourced from github.com/posthog/posthog-go's releases.
Changelog
Sourced from github.com/posthog/posthog-go's changelog.
Commits
1f1f2fachore: release v1.14.0 [version bump] [skip ci]554c99afeat: emit $is_server property on captured events (#215)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions